func syscall.ptracePeek
3 uses
syscall (current package)
syscall_linux.go#L723: func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, err error) {
syscall_linux.go#L764: return ptracePeek(PTRACE_PEEKTEXT, pid, addr, out)
syscall_linux.go#L768: return ptracePeek(PTRACE_PEEKDATA, pid, addr, out)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)